home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / pc / media / dirs / BackUp / WildLife.dir / 00028_Script_cheap hack < prev    next >
Text File  |  2002-10-14  |  228b  |  13 lines

  1. on mouseUp me
  2.   cl=the clickloc
  3.   sp1=sprite(12)
  4.   sp2=sprite(10)
  5.   sp3=sprite(20)
  6.   sp3.loc=cl
  7.   updatestage
  8.   case TRUE of
  9.     (sp3.within(sp1)):sp1.mousedown()
  10.     (sp3.within(sp2)):sp2.mousedown()
  11.   end case
  12. end
  13.